-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Relates to #140. Update React Native to 0.56 #209
Conversation
Progress update: Updates have been made in branch 'luke-140-update-react-native-test' (ignore the "release" and "config" properties, and "commit-wizard" value, that appear to have been added automatically by a hook, but I first have to overcome this issue #214 so that I know the updates aren't breaking the build or causing any device errors on Android. I'll also need help from someone else to confirm that it build and doesn't cause any device errors on an iPhone device |
…vtools' from 'setup.js' error
I've only been able to update to react-native 0.56. Please kindly check if these changes also work on iOS. I've only tested that it builds and loads successfully on an Android Samsung Galaxy 8 Note. I've attempted to further update to react-native 0.57.8 in this branch 'luke-140-update-react-native-rn-0.57.8-wip' but I got errors shown below: > Configure project :react-native-vector-icons WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore. Use 'android.enableAapt2=true' to remove this warning. It will be removed at the end of 2018. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018 WARNING: The specified Android SDK Build Tools version (26.0.1) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.0. Android SDK Build Tools 27.0.3 will be used. To suppress this warning, remove "buildToolsVersion '26.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
BUILD FAILED in 1s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why delete .babelrc
?
Because in Babel 7 we use babel.config.js for project-wide configuration https://babeljs.io/docs/en/config-files, and this appears to be a project-wide configuration rather than a file-relative configuration (where you use .babelrc) |
why merge? Did anybody test it on iOS?
|
Looks pretty innocuous to me, it's only touching JS VM parts. I'm hoping to test iOS builds with Thibo next week on hardware. |
It's a major upgrade of |
No description provided.